home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- Echo Strap yourself down and get ready to play the TOP 9 NETDOOM levels!
- Echo This batch file needs to be edited before you do ANYTHING
- REM Setup the COM port to yours & add any info you want
- REM Take out the beginning Pause if you want to.
- If %1 == dial goto dialmode
- If %1 == DIAL goto dialmode
- If %1 == Dial goto dialmode
- If %1 == null goto nullmode
- If %1 == NULL goto nullmode
- If %1 == Null goto nullmode
- sersetup -com2 -answer -devparm -file bdmwad!.wad -wart %1 %2 %3 %4 %5 %6 %7 %8 %9 -deathmatch
- goto end
- :dialmode
- sersetup -com2 -dial %1 -devparm -file bdmwad!.wad -wart %2 %3 %4 %5 %6 %7 %8 %9 -deathmatch
- goto end
- :nullmode
- sersetup -com2 -devparm -file bdmwad!.wad -wart %2 %3 %4 %5 %6 %7 %8 %9 -deathmatch
- goto end
- :end
- Echo Unhook the harness and wake up. You survived!
-